home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / qsysdoc1.arc / MAKEDOC.TXT < prev    next >
Encoding:
Text File  |  1985-02-24  |  3.2 KB  |  67 lines

  1.  
  2.      The QSYS documentation is provided in several files. This may seem
  3.     a bit strange at first, but really, there's a very good reason. Most
  4.     printers available for personal computers are not designed to withstand
  5.     continuous duty. I found this to be true with my own printer. It seems
  6.     that the heat associated with extremely lengthy print jobs has a very
  7.     adverse effect on printheads. For this reason, I thought it appropriate
  8.     to provide the documentation file in the form of several smaller files.
  9.     There is also a provision for combining the files into one large file,
  10.     or to print all of the smaller files at once, for those of you who feel
  11.     that your printer is up the task. If in doubt, assume that your printer
  12.     is only as good as mine was.
  13.      Regardless of which of the following methods you decide to use for
  14.     printing the documentation, a few things are assumed. Each page of the
  15.     documentation is 66 lines long. This means that on standard 8.5" x 11"
  16.     forms, at 6 lines/inch, each page will finish at top-of-form, it it
  17.     started at top-of-form. The documentation files all have an extension
  18.     of '.DOC ', and are on the QSYS DOCUMENTATION diskette in the order in
  19.     which they should be printed and assembled.
  20.  
  21.  
  22.     - Light-Duty Printers:
  23.  
  24.      Use the 'COPY ' command to print each '.DOC ' file. For example,
  25.     the command 'COPY Q_TITLE.DOC LPT1: ', would print the first file to a
  26.     printer connected to the first parallel port.
  27.      The 'PRINT ' command could also be used, but since the spooler
  28.     outputs a top-of-form at the end of each file, a blank page would be
  29.     ejected after each file that was printed.
  30.  
  31.  
  32.     - Continuous-Duty Printers
  33.  
  34.      A batch file named 'MAKEDOC.BAT ' is provided for combining the
  35.     documentation files, or for printing all of the files at once. This
  36.     batch file uses two parameters. The first parameter tells MAKEDOC where
  37.     the QSYS documentation files can be found, and the second parameter
  38.     tells MAKEDOC where to output them. Enter the command in the following
  39.     format.
  40.  
  41.      d:MAKEDOC parm1 parm2
  42.  
  43.      d: - The drive in which QSYS DOCUMENTATION is inserted, if not the
  44.           default drive.
  45.       parm1 - The drive in which QSYS DOCUMENTATION is inserted. Must be
  46.           specified if not the default drive, or if parm2 is specified.
  47.       parm2 - The output device or file specification to which the combined
  48.           QSYS documentation files will be copied. Any valid device
  49.           name, such as 'LPT1: ' or 'COM1: ' may be specified. May also
  50.           be a file specification, including drive, path, and filename.
  51.           This parameter defaults to 'd:QSYS.DOC ' if omitted.
  52.  
  53.     For example, 'B:MAKEDOC B: LPT1: ' invokes MAKEDOC from drive B:, and
  54.     copies all of the QSYS documentation files from drive B: to the device
  55.     connected to the first parallel port. The command 'MAKEDOC ' without
  56.     any parameters assumes that QSYS DOCUMENTATION is in the default drive,
  57.     and copies all of the documentation files to a file named 'QSYS.DOC '
  58.     on the QSYS DOCUMENTATION diskette. The latter example would be most
  59.     useful for printing the documentation file using the 'PRINT ' command.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.